const github.com/andybalholm/brotli.huffmanMaxCodeLength
10 uses
github.com/andybalholm/brotli (current package)
decode.go#L801: for i = 0; i <= huffmanMaxCodeLength; i++ {
decode.go#L802: s.next_symbol[i] = int(i) - (huffmanMaxCodeLength + 1)
huffman.go#L11: const huffmanMaxCodeLength = 15
huffman.go#L390: for len < huffmanMaxCodeLength {
huffman.go#L499: assert(huffmanMaxCodeLength-root_bits <= reverseBitsMax)
huffman.go#L504: max_length += huffmanMaxCodeLength + 1
huffman.go#L523: symbol = bits - (huffmanMaxCodeLength + 1)
huffman.go#L553: symbol = len - (huffmanMaxCodeLength + 1)
state.go#L147: symbols_lists_array [huffmanMaxCodeLength + 1 + numCommandSymbols]uint16
state.go#L239: s.symbol_lists.offset = huffmanMaxCodeLength + 1
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |